home *** CD-ROM | disk | FTP | other *** search
- object undump: Tundump
- Left = 360
- Top = 202
- Width = 600
- Height = 400
- BorderIcons = [biSystemMenu, biMaximize]
- Caption = 'Restore Dumped Photos'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TLabel
- Left = 8
- Top = 56
- Width = 124
- Height = 13
- Caption = 'No dumped images found.'
- end
- object thumbgrid: TDrawGrid
- Left = 0
- Top = 41
- Width = 592
- Height = 295
- Align = alClient
- BorderStyle = bsNone
- Color = clBtnFace
- DefaultColWidth = 100
- DefaultRowHeight = 100
- DefaultDrawing = False
- FixedCols = 0
- FixedRows = 0
- Options = [goFixedVertLine, goFixedHorzLine, goRangeSelect]
- ScrollBars = ssVertical
- TabOrder = 0
- OnDrawCell = thumbgridDrawCell
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 592
- Height = 41
- Align = alTop
- BevelOuter = bvNone
- BorderWidth = 4
- TabOrder = 1
- object Label1: TLabel
- Left = 4
- Top = 4
- Width = 584
- Height = 33
- Align = alClient
- AutoSize = False
- Caption = 'Select the photo you want to restore and click OK.'
- WordWrap = True
- end
- end
- object Panel1: TResizePanel
- Left = 0
- Top = 336
- Width = 592
- Height = 37
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 2
- OnResize = Panel1dResize
- object Buttonok: TButton
- Left = 448
- Top = 8
- Width = 100
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 0
- end
- object buttoncancel: TButton
- Left = 492
- Top = 8
- Width = 100
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object RxSplitter1: TRxSplitter
- Left = 0
- Top = 0
- Width = 592
- Height = 3
- Align = alTop
- BevelInner = bvLowered
- BevelOuter = bvNone
- Enabled = False
- end
- object buttonall: TButton
- Left = 320
- Top = 8
- Width = 100
- Height = 25
- Caption = 'Restore All'
- TabOrder = 3
- OnClick = buttonallClick
- end
- end
- end
-